home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TGOTOLINEDIALOG / TGOTOLINEDIALOG.txt
Text File  |  2004-02-29  |  2KB  |  124 lines

  1. object GotoLineDialog: TGotoLineDialog
  2.   Left = 419
  3.   Top = 280
  4.   ActiveControl = txtLineNum
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Go to'
  8.   ClientHeight = 145
  9.   ClientWidth = 433
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 128
  25.     Top = 8
  26.     Width = 58
  27.     Height = 13
  28.     Caption = 'Line&number:'
  29.     FocusControl = txtLineNum
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 8
  34.     Width = 26
  35.     Height = 13
  36.     Caption = 'G&oto:'
  37.     FocusControl = lstGoto
  38.   end
  39.   object cboError: TComboBox
  40.     Left = 128
  41.     Top = 24
  42.     Width = 209
  43.     Height = 21
  44.     Style = csDropDownList
  45.     Anchors = [akLeft, akTop, akRight]
  46.     ItemHeight = 13
  47.     TabOrder = 3
  48.     OnClick = cboErrorClick
  49.   end
  50.   object cboBookmark: TComboBox
  51.     Left = 128
  52.     Top = 24
  53.     Width = 209
  54.     Height = 21
  55.     Style = csOwnerDrawFixed
  56.     Anchors = [akLeft, akTop, akRight]
  57.     ItemHeight = 15
  58.     TabOrder = 2
  59.     OnClick = cboBookmarkClick
  60.     OnDrawItem = cboBookmarkDrawItem
  61.   end
  62.   object txtLineNum: TEdit
  63.     Left = 128
  64.     Top = 24
  65.     Width = 209
  66.     Height = 21
  67.     Anchors = [akLeft, akTop, akRight]
  68.     TabOrder = 1
  69.     OnChange = txtLineNumChange
  70.     OnKeyPress = txtLineNumKeyPress
  71.   end
  72.   object btnOK: TCorelButton
  73.     Left = 352
  74.     Top = 8
  75.     Width = 75
  76.     Height = 23
  77.     Anchors = [akTop, akRight]
  78.     Caption = '&Go'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 5
  82.     OnClick = btnOKClick
  83.   end
  84.   object btnCancel: TCorelButton
  85.     Left = 352
  86.     Top = 40
  87.     Width = 75
  88.     Height = 23
  89.     Anchors = [akTop, akRight]
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 6
  94.   end
  95.   object lstGoto: TListBox
  96.     Left = 8
  97.     Top = 24
  98.     Width = 113
  99.     Height = 113
  100.     Anchors = [akLeft, akTop, akBottom]
  101.     ItemHeight = 13
  102.     Items.Strings = (
  103.       'Line'
  104.       'Column'
  105.       'Byte'
  106.       'Marker'
  107.       'Output/Error'
  108.       'Find in Files')
  109.     TabOrder = 0
  110.     OnClick = lstGotoClick
  111.   end
  112.   object memDesc: TMemo
  113.     Left = 128
  114.     Top = 48
  115.     Width = 209
  116.     Height = 89
  117.     Anchors = [akLeft, akTop, akRight, akBottom]
  118.     Color = clBtnFace
  119.     ReadOnly = True
  120.     ScrollBars = ssVertical
  121.     TabOrder = 4
  122.   end
  123. end
  124.